print dialog: Avoid gtk_style_context_save
authorMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 12:45:56 +0000 (07:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 12:54:59 +0000 (07:54 -0500)
commitc2d0aa785154ebdb68aa34e3a7b410118ffaf97c
treec7955445214b06aa233e000ac8731e0cbe660f7e
parentafc09d924e68702be0831d932b0cf4c8c7545cd9
print dialog: Avoid gtk_style_context_save

There was one more call to gtk_style_context_save here that I
overlooked. We can get rid of it by just setting the element name
on the drawing area.
gtk/gtkprintunixdialog.c